projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bedf6f0
)
css/sgi575: enable ARM_PLAT_MT flag
author
Sudipto Paul
<
[email protected]
>
Mon, 16 Apr 2018 12:16:50 +0000
(17:46 +0530)
committer
Thomas Abraham
<
[email protected]
>
Wed, 18 Apr 2018 08:49:52 +0000
(14:19 +0530)
SGI-575 platform is based on Cortex-A75 processor which has its MT bit
in the MPIDR register set to '1'. So the Arm platform layer code has
to be made aware of this.
Signed-off-by: Sudipto Paul <
[email protected]
>
plat/arm/css/sgi/sgi-common.mk
patch
|
blob
|
history
diff --git
a/plat/arm/css/sgi/sgi-common.mk
b/plat/arm/css/sgi/sgi-common.mk
index 9c398b760b69b7f367ff875323b204b9186d1ab9..659351a8bc806dbf9d8771cae2bf3873915f23cf 100644
(file)
--- a/
plat/arm/css/sgi/sgi-common.mk
+++ b/
plat/arm/css/sgi/sgi-common.mk
@@
-45,6
+45,7
@@
$(eval $(call add_define,SGI_PLAT))
override CSS_LOAD_SCP_IMAGES := 0
override NEED_BL2U := no
override ARM_BL31_IN_DRAM := 1
+override ARM_PLAT_MT := 1
# System coherency is managed in hardware
HW_ASSISTED_COHERENCY := 1